body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #003187;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
	background-color: #004da1;
    color: white;
}

*::-moz-selection {
	background-color: #004da1;
    color: white;
}

*::-webkit-selection {
	background-color: #004da1;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

@media only screen and (max-width: 991px) {
	.container {
		width: 630px;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 335px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 960px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 960px;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 1200px;
	}
}
/*公共头部样式*/
header {
	width: 100%;
	height: 120px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 200;
}
header:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../img/header.png);
	background-repeat: no-repeat !important;
	background-position: top center !important;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.logo {
	display: block;
	width: 170px;
	height: 160px;
	padding: 18px 45px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	box-shadow: 2.7px 6.4px 26px 1px rgba(0,0,0,0.28);
	position: relative;
	z-index: 2;
}
.logo img {
	width: 89px;
}
.header-right {
	width: 740px;
	margin: 0 0 0 218px;
	height: 100%;
	position: relative;
	z-index: 2;
	float: left;
}
.header-menu {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 67px 0 0;
	overflow: hidden;
}
.header-en {
	width: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #a0a0a0;
	text-align: right;
	font-family: arial;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 11px;
}
.header-en a {
	color: #a0a0a0;
}
.header-en a:hover {
	color: #004ea2;
}
.header-en a.active {
	color: #004ea2;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	header {
		height: 94px;
	}
	header.header-click{
		height: 100%;
	}
	header:after {
		background-image: url(../img/headers.png);
		background-size: 992px;
	}
	header:before {
		content: '';
		display: block;
		width: 100%;
		height: 51px;
		overflow: hidden;
		background-color: rgba(255,255,255,0.75);
		position: absolute;
		left: 0px;
		top: 0px;
		transition: all 0.5s;
	}
	header.header-click:before {
		height: 100%;
		background-color: rgba(255,255,255,0.96);
	}
	.logo {
		width: 180px;
		height: 170px;
		padding: 19px 48px;
	}
	.logo img {
		width: 95px;
	}
	.header-icon {
		width: 36px;
		height: 36px;
		margin: 46px 113px 0 0;
		overflow: hidden;
		position: relative;
		float: right;
		z-index: 3;
	}
	.header-icon li {
		width: 100%;
		height: 6px;
		border-radius: 3px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.header-icon li:nth-of-type(1) {
		margin: -14px 0 0 -18px;
		transition: all 0.5s;
	}
	.header-icon li:nth-of-type(2) {
		margin: -3px 0 0 -18px;
		transition: all 0.2s 0.3s;
	}
	.header-icon li:nth-of-type(3) {
		margin: 8px 0 0 -18px;
		transition: all 0.5s;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -3px 0 0 -18px;
		transform: rotate(45deg);
	}
	header.header-click .header-icon li:nth-of-type(2) {
		opacity: 0;
		transition: all 0.1s;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		margin: -3px 0 0 -18px;
		transform: rotate(-45deg);
	}
	.header-right {
	    width: 630px;
	    margin: -20px auto 0;
	    float: none;
	    overflow: hidden;
	    display: none;
	}
	.header-en {
		width: 100%;
		font-size: 36px;
		line-height: 40px;
		padding: 0 113px 0 0;
	    margin: 0 auto;
	    text-align: left;
		float: none;
		position: relative;
		top: 0px;
	}
	.header-menu {
	    height: auto;
	    line-height: 70px;
	    font-size: 48px;
	    margin: 20px 0;
	}
	.header-menu li {
		width: 100%;
		margin: 0 0 10px;
		font-weight: bold;
		overflow: hidden;
	}
	.header-search {
		width: 100%;
		padding: 0 113px 0 0;
		margin: 20px 0 0;
		overflow: hidden;
	}
	.header-search img {
		width: 36px;
		float: right;
		margin: 20px 0;
	}
	.header-search input {
		display: block;
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		height: 75px;
		padding: 0 15px;
		border-radius: 10px;
		font-size: 24px;
		border: 4px solid #ededed;
		background-color: transparent;
		overflow: hidden;
		float: left;
	}
}
@media only screen and (max-width: 750px) {
	header {
		height: 71px;
	}
	header:after {
		background-size: 750px;
	}
	header:before {
		height: 30px;
	}
	.logo {
		width: 90px;
		height: 85px;
		padding: 10px 22px;
		border-radius: 0 0 5px 5px;
	}
	.logo img {
		width: 50px;
	}
	.header-icon {
		width: 24px;
		height: 24px;
		margin: 36px 25px 0 0;
	}
	.header-icon li {
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -10px 0 0 -12px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -12px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -12px;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -12px;
	}
	.header-right {
	    width: 335px;
	    margin: -20px auto 0;
	}
	.header-en {
		font-size: 24px;
		line-height: 30px;
		padding: 0 25px 0 0;
	}
	.header-menu {
	    line-height: 45px;
	    font-size: 24px;
	    margin: 10px 0;
	}
	.header-menu li {
		margin: 0 0 5px;
	}
	.header-search {
		padding: 0 25px 0 0;
		margin: 20px 0 0;
	}
	.header-search img {
		width: 22px;
		margin: 9px 0;
	}
	.header-search input {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: 40px;
		padding: 0 10px;
		border-radius: 5px;
		font-size: 14px;
		border-width: 1px;
	}
}
@media only screen and (max-width: 550px) {
	header {
		height: 62px;
	}
	header:after {
		background-size: 650px;
	}
	.header-icon {
		width: 26px;
		height: 26px;
		margin: 29px 45px 0 0;
	}
	.header-icon li {
		height: 3px;
		border-radius: 1.5px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -8px 0 0 -13px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -1.5px 0 0 -13px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -13px;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -1.5px 0 0 -13px;
	}
	.header-en {
		padding: 0 45px 0 0;
	}
	.header-search {
		padding: 0 45px 0 0;
	}
	.header-search input {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
}
@media only screen and (min-width: 992px) {
	header {
		height: 88px;
		position: absolute;
	}
	header:after {
		background-size: 1400px;
	}
	header.headerRoll:before {
		content: '';
		display: block;
		width: 100%;
		height: 45px;
		overflow: hidden;
		background-color: rgba(255,255,255,0.75);
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.logo {
		display: block;
		width: 125px;
		height: 115px;
		padding: 15px 33px;
		border-radius: 0 0 7px 7px;
		overflow: hidden;
		background-color: #FFFFFF;
		float: left;
		box-shadow: 2.7px 6.4px 26px 1px rgba(0,0,0,0.28);
		position: relative;
		z-index: 2;
	}
	.logo img {
		width: 65px;
	}
	.header-right {
		width: 560px;
		margin: 0 0 0 200px;
		height: 100%;
		position: relative;
		z-index: 2;
		float: left;
		display: block !important;
	}
	.header-menu {
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 51px 0 0;
		overflow: hidden;
	}
	.header-menu li {
		float: left;
		font-size: 14px;
		margin-left: 50px;
	}
	.header-menu li:first-of-type {
		margin-left: 0px;
	}
	.header-menu li a {
		color: #FFFFFF;
	}
	.header-menu li.active {
		font-weight: bold;
		background-image: url(../img/md.png);
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.header-menu li:hover a {
		color: #00a0e8;
	}
	.header-search {
		width: 30px;
		height: 22px;
		cursor: pointer;
		position: absolute;
		top: 40px;
		right: -100px;
	}
	.header-search img {
		float: right;
	}
	.header-search input {
		display: block;
		width: 175px;
		height: 30px;
		padding: 0 10px;
		border-radius: 4px;
		font-size: 14px;
		border: 1px solid #ededed;
		background-color: #FFFFFF;
		overflow: hidden;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
		position: absolute;
		right: 30px;
		top: -4px;
		display: none;
	}
	.header-search:hover input {
		display: block;
	}
}
@media only screen and (min-width: 1400px) {
	header {
		height: 120px;
	}
	header:after {
		background-size: 1920px;
	}
	header.headerRoll:before {
		height: 60px;
	}
	.logo {
		width: 170px;
		height: 160px;
		padding: 18px 45px;
		border-radius: 0 0 10px 10px;
		box-shadow: 2.7px 6.4px 26px 1px rgba(0,0,0,0.28);
	}
	.logo img {
		width: 89px;
	}
	.header-right {
		width: 740px;
		margin: 0 0 0 218px;
	}
	.header-menu {
		height: 45px;
		line-height: 45px;
		margin: 67px 0 0;
	}
	.header-menu li {
		font-size: 16px;
		margin-left: 77.5px;
	}
	.header-en {
		width: 60px;
		line-height: 20px;
		top: 25px;
		font-size: 16px;
	}
	.header-search {
		width: 30px;
		height: 22px;
		top: 64px;
		right: -170px;
	}
}
@media only screen and (min-width: 1800px) {
	.header-search input {
		right: auto;
		left: 30px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
}
.footer-top {
	width: 100%;
	line-height: 27px;
	padding: 15px 0;
	overflow: hidden;
	background-color: #004da1;
}
.footer-top a {
	display: block;
	font-size: 16px;
	margin-left: 78px;
	color: #FFFFFF;
	float: left;
}
.footer-top a:first-of-type {
	margin-left: 0px;
}
.footer-top a:hover {
	color: #00a0e8;
	text-decoration: underline !important;
}
.footer-bottom {
	width: 100%;
	padding: 40px 0 30px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #333333;
}
.footer-bottom a {
	color: #FFFFFF;
}
.footer-bottom a:hover {
	color: #00a0e8;
	text-decoration: underline !important;
}
.footer-left {
	width: 435px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	float: left;
}
.footer-left img {
	margin: 0 0 43px;
}
.footer-left:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #515151;
	position: absolute;
	left: 0px;
	top: 80px;
}
.footer-right {
	width: 300px;
	font-size: 14px;
	line-height: 24px;
	margin: 48px 0 0;
	overflow: hidden;
	float: right;
	text-align: right;
}
@media only screen and (max-width: 991px) {
	.footer-top a {
		margin-left: 55px;
	}
	.footer-bottom {
		padding: 40px 0 50px;
	}
	.footer-left {
		width: 100%;
		font-size: 24px;
		line-height: 40px;
	}
	.footer-left img {
		margin: 0 0 55px;
	}
	.footer-left:before {
		top: 96px;
	}
	.footer-right {
		width: 100%;
		font-size: 24px;
		line-height: 36px;
		margin: 40px 0 0;
		text-align: justify;
	}
}
@media only screen and (max-width: 750px) {
	.footer-top {
		line-height: 20px;
		padding: 10px 0;
	}
	.footer-top a {
		margin-left: 14px;
		font-size: 12px;
	}
	.footer-bottom {
		padding: 20px 0 25px;
	}
	.footer-left {
		font-size: 12px;
		line-height: 20px;
	}
	.footer-left img {
		width: 190px;
		margin: 0 0 30px;
	}
	.footer-left:before {
		top: 47px;
	}
	.footer-right {
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-top {
		line-height: 25px;
		padding: 10px 0;
	}
	.footer-top a {
		font-size: 14px;
		margin-left: 50px;
	}
	.footer-bottom {
		padding: 30px 0 20px;
	}
	.footer-left {
		width: 435px;
		line-height: 22px;
	}
	.footer-left img {
		width: 240px;
		margin: 0 0 30px;
	}
	.footer-left:before {
		top: 60px;
	}
	.footer-left br {
		display: none;
	}
	.footer-right {
		font-size: 12px;
		line-height: 20px;
		margin: 50px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.footer-top {
		line-height: 27px;
		padding: 15px 0;
	}
	.footer-top a {
		font-size: 16px;
		margin-left: 78px;
	}
	.footer-bottom {
		padding: 40px 0 30px;
	}
	.footer-left {
		width: 435px;
		line-height: 22px;
	}
	.footer-left img {
		width: 313px;
		margin: 0 0 43px;
	}
	.footer-left:before {
		top: 80px;
	}
	.footer-right {
		font-size: 14px;
		line-height: 24px;
		margin: 48px 0 0;
	}
}
/*公共顶部图片*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 750px;
		margin-left: -375px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1400px;
		margin-left: -700px;
	}
}
@media only screen and (min-width: 1400px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
}
/*公共标题*/
h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
	color: #000000;
}
.box1 {
	width: 100%;
	position: relative;
}
.box1 li {
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.box1 li:nth-of-type(1) {
	padding: 60px 0 0 35px;
}
.box1:nth-of-type(1) li:nth-of-type(2) {
	float: right;
}
.box1:nth-of-type(2) li:nth-of-type(1) {
	padding: 60px 25px 0 0;
	float: right;
}
.box1 img {
	width: 100%;
	transition: all 0.5s;
}
.box1 li:hover img {
	transform: scale(1.1);
}
.box1 p {
	font-size: 16px;
	line-height: 30px;
	margin: 35px 0 0;
	color: #666666;
}
.box1-txt {
	width: 920px;
	padding: 30px;
	overflow: hidden;
	background-color: rgba(0,77,161,0.6);
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: 40px;
	z-index: 1;
}
.box1-txt p {
	width: 470px;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	color: #FFFFFF;
}
.box1-txt p strong:nth-of-type(2) {
	margin-left: 45px;
}
.box1:nth-of-type(2) .box1-txt {
	margin-left: -960px;
}
.box1:nth-of-type(2) .box1-txt p {
	margin-right: 25px;
	float: right;
}
.more-common {
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
}
.more-common:before {
	content: '';
	display: block;
	width: -moz-calc(100% + 50px);
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	height: 100%;
	overflow: hidden;
	background-color: #004da1;
	position: absolute;
	left: -50px;
	top: 0px;
	transform: skewX(-45deg);
	transition: all 0.5s;
}
.more-common:hover:before {
	left: 0px;
	transform: skewX(0deg);
	background-color: #00a0e8;
}
.more-common span {
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.box1 .more-common {
	position: absolute;
	left: 35px;
	bottom: 70px;
}
.box1:nth-of-type(2) .more-common {
	left: 50%;
	margin-left: ;
}
@media only screen and (max-width: 991px) {
	h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.box1 li {
		width: 100%;
		padding: 0 !important;
		float: none !important;
		text-align: center;
	}
	.box1 li:nth-of-type(2) {
		margin: 50px 0 0;
	}
	.box1 p {
		font-size: 18px;
		line-height: 30px;
		margin: 25px 0 0;
	}
	.box1-txt {
		width: 770px;
		padding: 30px;
		text-align: left;
		background-color: rgba(0,77,161,0.6);
		bottom: 99px;
		margin-left: -315px !important;
	}
	.box1-txt p {
		width: 530px;
		font-size: 20px;
		line-height: 30px;
		margin: 0;
	}
	.box1:nth-of-type(2) .box1-txt p {
		margin-right: 0px;
		float: none;
	}
	.more-common {
		height: 54px;
		line-height: 54px;
		font-size: 20px;
	}
	.more-common:before {
		width: -moz-calc(100% + 54px);
		width: -webkit-calc(100% + 54px);
		width: calc(100% + 54px);
		left: -54px;
	}
	.box1 .more-common {
		position: relative;
		left: 0px;
		bottom: 0px;
		margin: 45px auto 25px;
	}
	.box1:nth-of-type(2) .more-common {
		left: 0px;
	}
}
@media only screen and (max-width: 750px) {
	h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.box1 li:nth-of-type(2) {
		margin: 25px 0 0;
	}
	.box1 p {
		font-size: 14px;
		line-height: 25px;
		margin: 10px 0 0;
	}
	.box1 p br {
		display: none;
	}
	.box1-txt {
		width: 542.5px;
		padding: 20px 30px;
		bottom: 65px;
		margin-left: -167.5px !important;
	}
	.box1-txt p {
		width: 275px;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}
	.box1-txt p br {
		display: none;
	}
	.more-common {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.more-common:before {
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		left: -40px;
	}
	.box1 .more-common {
		margin: 25px auto 15px;
	}
}
@media only screen and (min-width: 992px) {
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.box1 li {
		width: -moz-calc(50% - 35px);
		width: -webkit-calc(50% - 35px);
		width: calc(50% - 35px);
	}
	.box1 li:nth-of-type(1) {
		padding: 45px 0 0;
	}
	.box1:nth-of-type(2) li:nth-of-type(1) {
		padding: 45px 0 0;
	}
	.box1 p {
		font-size: 14px;
		line-height: 25px;
		margin: 25px 0 0;
	}
	.more-common {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.more-common:before {
		width: -moz-calc(100% + 40px);
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		left: -40px;
	}
	.box1 .more-common {
		left: 0px;
		bottom: 50px;
	}
	.box1:nth-of-type(2) .more-common {
		margin-left: 35px;
	}
	.box1-txt {
		width: 665px;
		padding: 25px;
		margin-left: 35px;
	}
	.box1-txt p {
		width: 385px;
		font-size: 14px;
		line-height: 25px;
		margin: 0;
	}
	.box1:nth-of-type(2) .box1-txt {
		margin-left: -700px;
	}
	.box1:nth-of-type(2) .box1-txt p {
		margin-right: 15px;
	}
}
@media only screen and (min-width: 1400px) {
	h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.box1 li {
		width: -moz-calc(50% - 40px);
		width: -webkit-calc(50% - 40px);
		width: calc(50% - 40px);
	}
	.box1 li:nth-of-type(1) {
		padding: 60px 0 0 35px;
	}
	.box1:nth-of-type(2) li:nth-of-type(1) {
		padding: 60px 25px 0 0;
	}
	.box1 p {
		font-size: 16px;
		line-height: 30px;
		margin: 35px 0 0;
	}
	.more-common {
		width: 220px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.more-common:before {
		width: -moz-calc(100% + 50px);
		width: -webkit-calc(100% + 50px);
		width: calc(100% + 50px);
		left: -50px;
	}
	.box1 .more-common {
		left: 35px;
		bottom: 70px;
	}
	.box1:nth-of-type(2) .more-common {
		margin-left: 40px;
	}
	.box1-txt {
		width: 920px;
		padding: 30px;
		margin-left: 40px;
	}
	.box1-txt p {
		width: 470px;
		font-size: 16px;
		line-height: 30px;
		margin: 0;
	}
	.box1:nth-of-type(2) .box1-txt {
		margin-left: -960px;
	}
	.box1:nth-of-type(2) .box1-txt p {
		margin-right: 25px;
	}
}
/*图片列表*/
.content-common {
	width: 100%;
	padding: 65px 0 30px;
	overflow: hidden;
}
.menu-common {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.menu-common a {
	display: inline-block;
	width: 130px;
	height: 36px;
	line-height: 36px;
	margin: 0 15px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.menu-common a:before {
	content: '';
	display: block;
	width: -moz-calc(100% + 36px);
	width: -webkit-calc(100% + 36px);
	width: calc(100% + 36px);
	height: 100%;
	overflow: hidden;
	background-color: #919191;
	transform: skewX(-45deg);
	position: absolute;
	left: -36px;
	top: 0px;
	transition: all 0.5s;
}
.menu-common a span {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.menu-common a.active {
	font-weight: bold;
}
.menu-common a.active:before {
	background-color: #004da1;
}
.menu-common a:hover:before {
	background-color: #00a0e8;
	transform: skewX(0deg);
	left: 0px;
}
.list-common {
	width: 100%;
	margin: 60px 0 0;
	overflow: hidden;
}
.list-common li {
	width: -moz-calc(33.33% - 20px);
	width: -webkit-calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	text-align: center;
	overflow: hidden;
	float: left;
}
.list-common li:nth-of-type(3n+1),.list-common li:nth-of-type(3n+2) {
	margin: 0 30px 35px 0;
}
.list-common li:nth-of-type(3n) {
	margin: 0 0 35px;
}
.list-common .list-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.list-common .list-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 2px solid transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.list-common p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 10px 0 0;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.list-common li:hover .list-img:before {
	border-color: #004da1;
}
.list-common li:hover .list-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.menu-common a {
		width: 170px;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
	.menu-common a:before {
		width: -moz-calc(100% + 48px);
		width: -webkit-calc(100% + 48px);
		width: calc(100% + 48px);
		left: -48px;
	}
	.list-common li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.list-common li:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.list-common li:nth-of-type(2n) {
		margin: 0 0 40px;
	}
}
@media only screen and (max-width: 750px) {
	.content-common {
	    padding: 35px 0 20px;
	}
	.list-common {
	    margin: 25px 0 0;
	}
	.menu-common a {
		width: 95px;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
		font-size: 12px;
	}
	.menu-common a:before {
		width: -moz-calc(100% + 30px);
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		left: -30px;
	}
	.list-common li {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.list-common li:nth-of-type(2n+1) {
		margin: 0 14px 20px 0;
	}
	.list-common li:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.list-common p {
	    height: 20px;
	    line-height: 20px;
	    font-size: 12px;
	    margin: 5px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.content-common {
		padding: 50px 0 20px;
	}
	.list-common {
		margin: 40px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.content-common {
		padding: 65px 0 30px;
	}
	.list-common {
		margin: 60px 0 0;
	}
}
.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	display: none;
}
.video-masked .video-x {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.video-x:before,.video-x:after {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
.video-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	display: block;
	background-color: #000000;
}
@media only screen and (max-width: 991px) {
	.video-masked video {
		width: 650px;
		margin: 200px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked video {
		width: 335px;
		margin: 150px auto 0;
	}
	.video-masked .video-x {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}
	.video-x:before,.video-x:after {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		margin: -1.5px 0 0 -12px;
	}
}
@media only screen and (min-width: 992px) {
	.video-masked video {
		width: 850px;
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
@media only screen and (min-width: 1400px) {
	.video-masked video {
		width: 1200px;
	}
}